Disable primary paste by default
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 27 Jun 2013 01:41:45 +0000 (21:41 -0400)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 27 Jun 2013 01:41:45 +0000 (21:41 -0400)
gtk/gtksettings.c

index ae43f3abcc1d109e73e455ad810cad254d76e884..a389d6a9895e016890c915b1891f5d0c750e978e 100644 (file)
@@ -1490,7 +1490,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
                                              g_param_spec_boolean ("gtk-enable-primary-paste",
                                                                    P_("Enable primary paste"),
                                                                    P_("Whether a middle click on a mouse should paste the 'PRIMARY' clipboard content at the cursor location."),
-                                                                   TRUE,
+                                                                   FALSE,
                                                                    GTK_PARAM_READWRITE),
                                              NULL);
   g_assert (result == PROP_ENABLE_PRIMARY_PASTE);